Skip to content

test: remove harmony flags#22285

Closed
BridgeAR wants to merge 2 commits into
nodejs:masterfrom
BridgeAR:remove-harmon-yflag
Closed

test: remove harmony flags#22285
BridgeAR wants to merge 2 commits into
nodejs:masterfrom
BridgeAR:remove-harmon-yflag

Conversation

@BridgeAR

@BridgeAR BridgeAR commented Aug 12, 2018

Copy link
Copy Markdown
Member

v8 supports BigInt and this can now be removed.
Update: I went ahead and removed all harmony flags where v8 supports it out of the box.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Aug 12, 2018

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this entire file should be put into test-util-inspect.js

@jasnell jasnell added the fast-track PRs that do not need to wait for 72 hours to land. label Aug 12, 2018
@jasnell

jasnell commented Aug 12, 2018

Copy link
Copy Markdown
Member

Trivial enough to fast-track, I think... with or without moving into test-util-inspect.js

Please 👍 to approve fast-track.

@trivikr

trivikr commented Aug 12, 2018

Copy link
Copy Markdown
Member

The flag --harmony-bigint needs to be removed from documentation also

v8 6.8 supports all removed flags. For example for BigInt.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated changes?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated changes?

@BridgeAR BridgeAR force-pushed the remove-harmon-yflag branch from 3672def to 0450484 Compare August 13, 2018 00:21
@BridgeAR BridgeAR removed the fast-track PRs that do not need to wait for 72 hours to land. label Aug 13, 2018
@BridgeAR BridgeAR changed the title test: remove bigint harmony flag test: remove harmony flags Aug 13, 2018
@BridgeAR

Copy link
Copy Markdown
Member Author

I went ahead and removed all harmony flags that v8 supports out of the box and updated the commit message accordingly.

@BridgeAR

BridgeAR commented Aug 13, 2018

Copy link
Copy Markdown
Member Author

@trivikr trivikr added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 13, 2018
@trivikr

trivikr commented Aug 14, 2018

Copy link
Copy Markdown
Member

Resume build: https://ci.nodejs.org/job/node-test-pull-request/16441/ ✔️

BridgeAR added a commit to BridgeAR/node that referenced this pull request Aug 15, 2018
v8 6.8 supports all removed flags. For example for BigInt.

PR-URL: nodejs#22285
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@BridgeAR

Copy link
Copy Markdown
Member Author

Landed in 525544b 🎉

@BridgeAR BridgeAR closed this Aug 15, 2018
@targos targos added backport-requested-v10.x and removed author ready PRs that have at least one approval, no pending requests for changes, and a CI started. labels Aug 19, 2018
@targos

targos commented Aug 19, 2018

Copy link
Copy Markdown
Member

Should this be backported to v10.x-staging? If yes please follow the guide and raise a backport PR, if not let me know or add the dont-land-on label.

Edit: the conflict was related to a semver-major change and trivial to fix.

targos pushed a commit that referenced this pull request Aug 19, 2018
v8 6.8 supports all removed flags. For example for BigInt.

PR-URL: #22285
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
targos pushed a commit that referenced this pull request Sep 3, 2018
v8 6.8 supports all removed flags. For example for BigInt.

PR-URL: #22285
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants